FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.mio.impfpass#1.1.0 (78 ms)

Package kbv.mio.impfpass
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.mio.impfpass@1.1.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient
Version 1.1.0
Status active
Name KBV_PR_MIO_Vaccination_Patient
Experimental False
Copyright Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
Type Patient
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Composition_Addendum KBV_PR_MIO_Vaccination_Composition_Addendum
https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Composition_Prime KBV_PR_MIO_Vaccination_Composition_Prime
https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Condition KBV_PR_MIO_Vaccination_Condition
https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Observation_Immunization_Status KBV_PR_MIO_Vaccination_Observation_Immunization_Status
https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Record_Addendum KBV_PR_MIO_Vaccination_Record_Addendum
https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Record_Prime KBV_PR_MIO_Vaccination_Record_Prime

Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient KBV_PR_Base_Patient


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient",
  "version" : "1.1.0",
  "name" : "KBV_PR_MIO_Vaccination_Patient",
  "status" : "active",
  "publisher" : "Kassenärztliche Bundesvereinigung (KBV)",
  "copyright" : "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "loinc",
      "uri" : "http://loinc.org",
      "name" : "LOINC code for the element"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Patient",
  "baseDefinition" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.1.1",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Patient",
        "path" : "Patient",
        "short" : "PatientIn",
        "definition" : "In diesem Profil können Daten der zu behandelnden Personen eingetragen werden. Dies umfasst sowohl Personen mit gesetzlichem Krankenversicherungshintergund, als auch Personen, die einen anderen Versicherungsschutz haben."
      },
      {
        "id" : "Patient.meta",
        "path" : "Patient.meta",
        "min" : 1
      },
      {
        "id" : "Patient.meta.versionId",
        "path" : "Patient.meta.versionId",
        "max" : "0"
      },
      {
        "id" : "Patient.meta.lastUpdated",
        "path" : "Patient.meta.lastUpdated",
        "max" : "0"
      },
      {
        "id" : "Patient.meta.source",
        "path" : "Patient.meta.source",
        "max" : "0"
      },
      {
        "id" : "Patient.meta.profile",
        "path" : "Patient.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient|1.1.0"
      },
      {
        "id" : "Patient.meta.security",
        "path" : "Patient.meta.security",
        "max" : "0"
      },
      {
        "id" : "Patient.meta.tag",
        "path" : "Patient.meta.tag",
        "max" : "0"
      },
      {
        "id" : "Patient.implicitRules",
        "path" : "Patient.implicitRules",
        "max" : "0"
      },
      {
        "id" : "Patient.language",
        "path" : "Patient.language",
        "max" : "0"
      },
      {
        "id" : "Patient.contained",
        "path" : "Patient.contained",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier",
        "path" : "Patient.identifier",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:pid",
        "path" : "Patient.identifier",
        "sliceName" : "pid",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:pid.type",
        "path" : "Patient.identifier.type",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:pid.type.coding",
        "path" : "Patient.identifier.type.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:pid.type.coding:MR-Type",
        "path" : "Patient.identifier.type.coding",
        "sliceName" : "MR-Type"
      },
      {
        "id" : "Patient.identifier:pid.type.coding:MR-Type.userSelected",
        "path" : "Patient.identifier.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:pid.type.text",
        "path" : "Patient.identifier.type.text",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:pid.system",
        "path" : "Patient.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:pid.value",
        "path" : "Patient.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:pid.period",
        "path" : "Patient.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:pid.assigner",
        "path" : "Patient.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV",
        "path" : "Patient.identifier",
        "sliceName" : "versichertenId_GKV",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.type",
        "path" : "Patient.identifier.type",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.type.coding",
        "path" : "Patient.identifier.type.coding",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.type.coding:GKV-Type",
        "path" : "Patient.identifier.type.coding",
        "sliceName" : "GKV-Type"
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.type.coding:GKV-Type.userSelected",
        "path" : "Patient.identifier.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.type.text",
        "path" : "Patient.identifier.type.text",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.system",
        "path" : "Patient.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.value",
        "path" : "Patient.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.period",
        "path" : "Patient.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertenId_GKV.assigner",
        "path" : "Patient.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv",
        "path" : "Patient.identifier",
        "sliceName" : "versichertennummer_pkv",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.type",
        "path" : "Patient.identifier.type",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.type.coding",
        "path" : "Patient.identifier.type.coding",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.type.coding:PKV-Type",
        "path" : "Patient.identifier.type.coding",
        "sliceName" : "PKV-Type"
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.type.coding:PKV-Type.userSelected",
        "path" : "Patient.identifier.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.type.text",
        "path" : "Patient.identifier.type.text",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.value",
        "path" : "Patient.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_pkv.assigner",
        "path" : "Patient.identifier.assigner",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:reisepassnummer",
        "path" : "Patient.identifier",
        "sliceName" : "reisepassnummer",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:reisepassnummer.type",
        "path" : "Patient.identifier.type",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:reisepassnummer.type.coding",
        "path" : "Patient.identifier.type.coding",
        "max" : "1"
      },
      {
        "id" : "Patient.identifier:reisepassnummer.type.coding.userSelected",
        "path" : "Patient.identifier.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:reisepassnummer.type.text",
        "path" : "Patient.identifier.type.text",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:reisepassnummer.system",
        "path" : "Patient.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:reisepassnummer.value",
        "path" : "Patient.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:reisepassnummer.period",
        "path" : "Patient.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:reisepassnummer.assigner",
        "path" : "Patient.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk",
        "path" : "Patient.identifier",
        "sliceName" : "versichertennummer_kvk",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.type",
        "path" : "Patient.identifier.type",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.type.coding",
        "path" : "Patient.identifier.type.coding",
        "max" : "1"
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.type.coding.userSelected",
        "path" : "Patient.identifier.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.type.text",
        "path" : "Patient.identifier.type.text",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.system",
        "path" : "Patient.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.value",
        "path" : "Patient.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.period",
        "path" : "Patient.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Patient.identifier:versichertennummer_kvk.assigner",
        "path" : "Patient.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Patient.active",
        "path" : "Patient.active",
        "max" : "0"
      },
      {
        "id" : "Patient.name",
        "path" : "Patient.name",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "use"
            }
          ],
          "rules" : "closed"
        },
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name",
        "path" : "Patient.name",
        "sliceName" : "name",
        "min" : 1,
        "constraint" : [
          {
            "key" : "Nachname",
            "severity" : "error",
            "human" : "Der Nachname darf nicht absolut leer sein",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').valueString.length()>0",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient"
          },
          {
            "key" : "Vorname",
            "severity" : "error",
            "human" : "Der Vorname darf nicht absolut leer sein",
            "expression" : "given.length()>0",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.text",
        "path" : "Patient.name.text",
        "definition" : "Vollständiger Name mit allen Vorsatzwörtern, Titeln und Namenszusätzen. Der vollständige Name soll alle Namensteile in ihrer korrekten Reihenfolge abbilden.",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.family",
        "path" : "Patient.name.family",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.family.extension",
        "path" : "Patient.name.family.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Patient.name:name.family.extension:namenszusatz",
        "path" : "Patient.name.family.extension",
        "sliceName" : "namenszusatz",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.family.extension:nachname",
        "path" : "Patient.name.family.extension",
        "sliceName" : "nachname",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.family.extension:vorsatzwort",
        "path" : "Patient.name.family.extension",
        "sliceName" : "vorsatzwort",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.given",
        "path" : "Patient.name.given",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.prefix",
        "path" : "Patient.name.prefix",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:name.suffix",
        "path" : "Patient.name.suffix",
        "max" : "0"
      },
      {
        "id" : "Patient.name:name.period",
        "path" : "Patient.name.period",
        "max" : "0"
      },
      {
        "id" : "Patient.name:geburtsname",
        "path" : "Patient.name",
        "sliceName" : "geburtsname",
        "constraint" : [
          {
            "key" : "Geburtsname",
            "severity" : "error",
            "human" : "Der Geburtsname darf nicht absolut leer sein",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').valueString.length()>0",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:geburtsname.family",
        "path" : "Patient.name.family",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:geburtsname.family.extension",
        "path" : "Patient.name.family.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Patient.name:geburtsname.family.extension:namenszusatz",
        "path" : "Patient.name.family.extension",
        "sliceName" : "namenszusatz",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:geburtsname.family.extension:nachname",
        "path" : "Patient.name.family.extension",
        "sliceName" : "nachname",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:geburtsname.family.extension:vorsatzwort",
        "path" : "Patient.name.family.extension",
        "sliceName" : "vorsatzwort",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name:geburtsname.suffix",
        "path" : "Patient.name.suffix",
        "max" : "0"
      },
      {
        "id" : "Patient.name:geburtsname.period",
        "path" : "Patient.name.period",
        "max" : "0"
      },
      {
        "id" : "Patient.telecom",
        "path" : "Patient.telecom",
        "max" : "0"
      },
      {
        "id" : "Patient.gender",
        "path" : "Patient.gender",
        "mustSupport" : true
      },
      {
        "id" : "Patient.birthDate",
        "path" : "Patient.birthDate",
        "mustSupport" : true
      },
      {
        "id" : "Patient.deceased[x]",
        "path" : "Patient.deceased[x]",
        "max" : "0"
      },
      {
        "id" : "Patient.address",
        "path" : "Patient.address",
        "max" : "0"
      },
      {
        "id" : "Patient.maritalStatus",
        "path" : "Patient.maritalStatus",
        "max" : "0"
      },
      {
        "id" : "Patient.multipleBirth[x]",
        "path" : "Patient.multipleBirth[x]",
        "max" : "0"
      },
      {
        "id" : "Patient.photo",
        "path" : "Patient.photo",
        "max" : "0"
      },
      {
        "id" : "Patient.contact",
        "path" : "Patient.contact",
        "max" : "0"
      },
      {
        "id" : "Patient.communication",
        "path" : "Patient.communication",
        "max" : "0"
      },
      {
        "id" : "Patient.generalPractitioner",
        "path" : "Patient.generalPractitioner",
        "max" : "0"
      },
      {
        "id" : "Patient.managingOrganization",
        "path" : "Patient.managingOrganization",
        "max" : "0"
      },
      {
        "id" : "Patient.link",
        "path" : "Patient.link",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.